home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4d21.zip / SELF_PGM.DFM / SELF_PGM.txt
Text File  |  1997-06-04  |  1KB  |  64 lines

  1. object Self: TSelf
  2.   Left = 157
  3.   Top = 168
  4.   Width = 485
  5.   Height = 293
  6.   Caption = 'Selftest:  Offline'
  7.   Color = clWhite
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Courier New'
  11.   Font.Style = []
  12.   Menu = MainMenu
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Memo: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 477
  20.     Height = 247
  21.     Align = alClient
  22.     Lines.Strings = (
  23.       '')
  24.     ReadOnly = True
  25.     ScrollBars = ssVertical
  26.     TabOrder = 0
  27.     OnKeyPress = KeyPress
  28.   end
  29.   object MainMenu: TMainMenu
  30.     Left = 23
  31.     Top = 66
  32.     object Instructions: TMenuItem
  33.       Caption = 'Instructions'
  34.       OnClick = InstructionsClick
  35.     end
  36.     object menuPort: TMenuItem
  37.       Caption = 'Port'
  38.       object menuCOM1: TMenuItem
  39.         Caption = 'COM1'
  40.         OnClick = menuCOM1Click
  41.       end
  42.       object menuCOM2: TMenuItem
  43.         Caption = 'COM2'
  44.         OnClick = menuCOM2Click
  45.       end
  46.       object menuCOM3: TMenuItem
  47.         Caption = 'COM3'
  48.       end
  49.       object menuCOM4: TMenuItem
  50.         Caption = 'COM4'
  51.         OnClick = menuCOM4Click
  52.       end
  53.     end
  54.     object Test: TMenuItem
  55.       Caption = 'Test'
  56.       OnClick = TestClick
  57.     end
  58.     object menuExit: TMenuItem
  59.       Caption = 'Exit'
  60.       OnClick = menuExitClick
  61.     end
  62.   end
  63. end
  64.